home *** CD-ROM | disk | FTP | other *** search
- Date: Fri, 25 Jun 93 13:15:39 -0700
- From: ersmith@netcom.com (Eric R. Smith)
- Message-Id: <9306252015.AA08993@netcom2.netcom.com>
- To: mint@atari.archive.umich.edu
- Subject: MiNT 1.07 oops
-
- Sorry, I forgot to include this diff in the 1.06 -> 1.07 patches.
-
- *** 1.6 1993/06/23 21:05:46
- --- xbios.c 1993/06/24 17:39:40
- ***************
- *** 275,281 ****
- /* OK, now make sure that interrupt routines will have access,
- * too
- */
- ! r = addr2region((virtaddr)ptr);
- if (r && get_prot_mode(r) == PROT_P) {
- DEBUG(("Dosound: changing protection to Super"));
- mark_region(r, PROT_S);
- --- 275,281 ----
- /* OK, now make sure that interrupt routines will have access,
- * too
- */
- ! r = addr2region((long)ptr);
- if (r && get_prot_mode(r) == PROT_P) {
- DEBUG(("Dosound: changing protection to Super"));
- mark_region(r, PROT_S);
-